home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / lib / xconq / standard.per < prev    next >
Text File  |  1995-07-02  |  26KB  |  617 lines

  1. Xconq 0 -+---- Standard period that gets compiled in
  2. Period 0
  3.  
  4. "WW II ca 1945" period-name
  5.  
  6. "standard" font-name
  7.  
  8. 100 scale
  9.  
  10. "i" "infantry" "marches around and captures things" utype
  11. "a" "armor" "faster than infantry, limited to open terrain" utype
  12. "f" "fighter" "interceptor to get those nasty bombers" utype
  13. "b" "bomber" "long range aircraft, carries infantry and bombs" utype
  14. "d" "destroyer" "fast, cheap, and sinks subs" utype
  15. "s" "submarine" "sneaks around and sinks ships" utype
  16. "t" "troop transport" "carries infantry and armor across the pond" utype
  17. "C" "carrier" "carries fighters and bombers around" utype
  18. "B" "battleship" "the most powerful ship" utype
  19. "N" "atomic bomb" "leveler of cities (and anything else)" utype
  20. "/" "base" "airstrip plus port" utype
  21. "*" "town" "smaller than a city" utype
  22. "@" "city" "capital of a side" utype
  23.  
  24. "F" "fuel" "basic motive power" rtype
  25. "A" "ammo" "generic hitting capability" rtype
  26.  
  27. "." "sea" "sky blue" ttype
  28. "," "shallows" "cyan" ttype
  29. "=" "swamp" "gray" ttype
  30. "~" "desert" "yellow" ttype
  31. "+" "plains" "spring green" ttype
  32. "%" "forest" "forest green" ttype
  33. "^" "mountains" "sienna" ttype
  34. "_" "ice" "white" ttype
  35. ":" "vacuum" "black" ttype
  36.  
  37. true [ vacuum ] dark
  38.  
  39. t* t* nuked  ; most terrain won't actually change
  40. desert [ plains forest ] nuked
  41. mountains ice nuked
  42.  
  43. [   0  68  69  70  70  70  93  99  0 ] t* min-alt
  44. [  68  69  71  93  93  93  99 100  0 ] t* max-alt
  45. [   0   0  50   0  20  80   0   0  0 ] t* min-wet
  46. [ 100 100 100  20  80 100 100 100  0 ] t* max-wet
  47.  
  48. ice edge-terrain
  49.  
  50. [ / * @ ] "cities" define
  51. [ * @ ] "makers" define
  52. [ i a ] "ground" define
  53. [ f b ] "aircraft" define
  54. [ d s t C B ] "ship" define
  55. [ i a f b d s t C B N ] "movers" define
  56. [ sea shallows ] "water" define
  57. [ plains forest desert mountains ] "land" define
  58.  
  59. true cities named
  60. true [ C B N ] named
  61. [ 1 5 25 ] [ / * @ ] territory
  62.  
  63. 1 @ in-country
  64. 5 * in-country
  65. 100 * density
  66. @ first-unit
  67. i first-product
  68. 20 land * favored
  69. 40 plains * favored
  70. 100 plains @ favored
  71. 8 country-min-distance
  72. 48 country-max-distance
  73.  
  74. ; no disasters
  75.  
  76. [ 4 7 8 16 10 16 12 30 40 20 ] movers @ make
  77. [ 4 7 8 16 10 16 12 30 40 20 ] movers * make
  78. [ 3 5 ] / ground make
  79. true [ * @ ] maker
  80. 20 u* startup
  81. 300 N research   ; that's 3x basic time
  82. ; no special resources to make
  83. 1 u* [ * @ ] repair
  84. 10 [ C B ] [ C B ] repair
  85. ; infantry should maybe repair cities?
  86.  
  87. 1 fuel ground produce
  88. 2 fuel a produce ; this is less realistic, but problems otherwise
  89. [ 10 20 50 ] fuel cities produce
  90. [  5 10 20 ] ammo cities produce
  91. 100 [ plains forest ] i productivity
  92. 100 plains a productivity   ; in this case "plains" = "gas stations"
  93. [ 100 50 20 20 ] land / productivity ; one arg must be a scalar...
  94. [ 100 50 20 20 ] land * productivity
  95. [ 100 50 20 20 ] land @ productivity
  96.  
  97. [ 6 10 18 36 100 100 200 200 200 1 200 500 900 ] fuel u* storage
  98. [ 6  4  3  3  20  10  20  40  40 1 100 200 400 ] ammo u* storage
  99. 1 fuel i consume
  100. ; 1 fuel ship consume
  101. 3 fuel f consume   ; this causes problems for carriers
  102. 2 fuel b consume
  103.  
  104. -1 u* [ i a f b ] out-length
  105.  
  106. [ 1 2 9 6 3 3 2 4 4 1 ] movers speed
  107.  
  108. 0 land i moves
  109. 0 [ plains desert ] a moves
  110. 0 t* aircraft moves
  111. 0 water ship moves
  112. 2 shallows [ C B ] moves
  113. 0 t* N moves  ; team of scientists can take bomb anywhere
  114. 0 land cities moves  ; looks strange, but needed to define allowable places
  115.  
  116. 1 fuel movers to-move
  117. 0 fuel [ i N ] to-move   ; infantry doesn't need extra to move
  118.  
  119. 1 [ i N ] b capacity
  120.  
  121. 1 ground volume
  122. 6 ground t capacity
  123. 20 u* hold-volume
  124. 6 t hold-volume
  125. [ 6 2 ] [ f b ] C capacity
  126. 2 u* / capacity
  127. 4 [ f b ] / capacity
  128. 10 u* * capacity
  129. 20 u* @ capacity
  130. 0 cities cities capacity
  131. 9 u* f enter-time  ; aircraft can't sortie again until next turn
  132. 6 u* b enter-time
  133.  
  134. 0 s visibility
  135. 10 N visibility
  136. true [ * @ ] always-seen
  137.  
  138. [ 1 1 1 2 3 2 3 4 8 1 10 20 40 ] u* hp
  139. [ 0 0 0 1 1 1 2 2 2 0  5 10 20 ] u* crippled  ; 50% of hp usually
  140.  
  141. [  50  40  20  15  20  20  30  20   9  40  80  60  40 ] u* i hit
  142. [  60  50  30  30  30  20  30  20  20  50  90  70  50 ] u* a hit
  143. [  15  25  60  70  20  30  20  50  40  80 100 100 100 ] u* f hit
  144. [  20  20  10   9  30  50  50  70  60  50  90  95  99 ] u* b hit
  145. [   5   5  10   5  60  70  60  40  20   0  99  90  80 ] u* d hit
  146. [   0   0  10   5  40  10  60  40  50   0   0   0   0 ] u* s hit
  147. [  20   5  10   5  50  50  40  30   9   0   0   0   0 ] u* t hit
  148. [  30  20  40  10  30  30  40  20  20   0   0   0   0 ] u* C hit
  149. [  50  50  50  20  70  50  90  50  90   0 100 100 100 ] u* B hit
  150. [ 100 100 100 100 100 100 100 100 100   0 100 100 100 ] u* N hit
  151. [  10  10  20  20  20  20  30  20  20   0   0   0   0 ] u* / hit
  152. [  30  20  50  40  40   0  30  20  20   0   0   0   0 ] u* * hit
  153. [  50  40  70  60  50   0  30  20  50   0   0   0   0 ] u* @ hit
  154.  
  155. 1 u* u* damage
  156. 2 cities a damage
  157. 2 ship b damage
  158. 2 [ / * ] b damage
  159. 3 @ b damage
  160. 2 s d damage
  161. 3 ship s damage
  162. 4 B s damage
  163. 2 u* B damage
  164. [ 3 4 ] [ * @ ] B damage
  165. 60 u* N damage
  166.  
  167. -50 neutrality
  168.  
  169. false N can-counter
  170.  
  171. true N self-destruct
  172.  
  173. [ 70 50 30 ] cities i capture
  174. [ 90 70 50 ] cities a capture
  175. 50 N i capture
  176.  
  177. 50 movers cities protect  ; cities offer some protection to occupants
  178.  
  179. true u* changes-side  ; equipment is indifferent to its fate
  180. false i changes-side  ; but armies have some loyalty
  181. true u* neutral
  182. false i neutral
  183.  
  184. 1 ammo u* hits-with
  185. 1 ammo u* hit-by
  186.  
  187. "defeats" ground destroy-message
  188. "sinks" ship destroy-message
  189. "shoots down" [ f b ] destroy-message
  190. "flattens" cities destroy-message
  191.  
  192. true movers can-disband
  193. true / can-disband
  194.  
  195. begin{notes}
  196. This period is the default built-in set of period parameters.  It
  197. represents units of about 1945, from infantry to atomic bombs.  This is
  198. the most familiar, which makes it easier to play, but also more controversial,
  199. since historians have many conflicting theories about which kinds of
  200. units were most effective.
  201.  
  202. Infantry.  The infantry division is the slowest of units, but it can go almost
  203. anywhere.  It is also quick to produce.  Infantry is the staple of
  204. campaigns - a little boring perhaps, but essential to success.
  205.  
  206. Armor.  The armor division is highly mobile and hits hard.  Unfortunately,
  207. it is limited to operating in open terrain - plains and desert.  It also
  208. takes longer to produce.  Armor can last twice as long in the 
  209. desert as infantry.  Both armor and infantry can
  210. assault and capture cities; they are the only units that can do so.
  211.  
  212. Fighters.  A fighter is a squadron or wing of high-speed armed aircraft.
  213. Their fuel supply can be gotten only at units, towns, and bases, so they
  214. must continually be taking off and landing.  Fighters are not too effective
  215. against ground units or ships, but they eat bombers for lunch.  Fighters
  216. are very good for reconnaisance - important in a game where you can't always
  217. see the enemy moving!
  218.  
  219. Bomber groups.  Bombers are very powerful, since they can seriously damage
  220. or even flatten cities.  The loss rate in such activities is high, so they're
  221. not a shortcut to victory!
  222.  
  223. Destroyers.  Destroyers are fast small ships for both exploration and
  224. anti-submarine activities.
  225.  
  226. Submarines.  The favorite food of submarines is of course merchant shipping
  227. and troopships, and they can sink troop transports with one blow.
  228. Subs are also invisible, but they are vulnerable to destroyers and aircraft.
  229.  
  230. Troop transports.  This is how ground units get across the sea.  They can
  231. defend themselves against ships and aircraft, but are basically vulnerable.
  232. They're not very fast either.
  233.  
  234. Aircraft carriers.  Compensates for the fighter's limited range by providing
  235. a portable airport.  Carriers themselves are sitting ducks, particularly
  236. with respect to aircraft.  Fighter patrols are mandatory.
  237.  
  238. Battleships.  The aptly named "Dread Naught" has little to fear from other
  239. units of this period.  Subs may sink them with enough effort, and a group
  240. of bombers and fighters are also deadly, but with eight hit points to start,
  241. a battleship can usually survive long enough to escape.  Battleships are very
  242. effective against cities and armies, at least the ones on the coast.
  243.  
  244. Atomic bombs.  The Final Solution; but they are not easy to use.  A bomb
  245. takes a long time to produce, moves very slowly by itself, and is easily
  246. destroyed by other units.  The plus side is instant destruction for any unit
  247. of any size!  Bombs are imagined to be transported by a team of scientists,
  248. and can go on any sort of terrain without running out of supplies.
  249.  
  250. Bases.  To simplify matters, this can serve as a camp, airbase, and port.
  251. Bases cannot build units, although they can repair some damage.
  252.  
  253. Towns.  Towns are the staple of territory.  They can build, repair, produce
  254. fuel and ammo, and serve as a safe haven for quite a few units.
  255.  
  256. Cities.  Cities are very large, powerful, and well defended.  They are
  257. basically capital cities, or something in a comparable range.  (New York
  258. and San Francisco are cities, Salt Lake City and San Antonio are towns.)
  259. A city is worth five towns, territory-wise.
  260.  
  261. Current thinking about optimal strategy for this period differs.  In general,
  262. blitzkrieg works, and can win the game in a hurry.  The problem is to
  263. muster enough force before striking.  One full troop transport is not
  264. enough; the invasion will melt away like ice cream on a hot sidewalk, unless
  265. reinforcements (either air or land) show up quickly.  Air cover is very
  266. important.  While building up an invasion force, airborne assaults using
  267. bombers and infantry can provide useful diversions, although it can be
  268. wasteful of bombers.  Human vs human games on the default map generally
  269. last about 100 turns, usually not enough time or units to build atomic
  270. bombs or battleships, and not a big enough map to really need carriers
  271. (although bases for staging are quite useful.)
  272. end{notes}
  273.  
  274. clear-side-names
  275.  
  276. ; The more significant countries of the modern world
  277.  
  278. "Arkansan" sname "Californian" sname "Pennsylvanian" sname
  279. "Coloradan" sname "Texan" sname "Alabaman" sname
  280. "Oklahoman" sname "Ohioan" sname
  281. "Minnesotan" sname "Floridian" sname "Oregonian" sname
  282. "Michiganian" sname "Wisconsonian" sname
  283. "Nebraskan" sname
  284.  
  285. ;"American" sname 
  286. "Canadian" sname "Mexican" sname "Guatemalan" sname
  287. "Honduran" sname "Sandinista" sname "Costa Rican" sname "Panamanian" sname
  288. "Colombian" sname "Ecuadorean" sname  "Peruvian" sname "Chilean" sname
  289. "Argentinian" sname "Uruguayan" sname "Paraguayan" sname "Brazilian" sname
  290. "Bolivian" sname "Guyanan" sname "Venezuelan" sname "Cuban" sname
  291. "Haitian" sname "Jamaican" sname "Irish" sname "British" sname
  292. "Portuguese" sname "Spanish" sname "French" sname "Italian" sname
  293. "Albanian" sname "Greek" sname "Turk" sname "Bulgarian" sname
  294. "Cypriot" sname "Maltese" sname "Icelander" sname
  295. "Rumanian" sname "Soviet" sname "Finnish" sname "Swedish" sname
  296. "Polish" sname "Czech" sname "Hungarian" sname "Austrian" sname
  297. "German" sname "Swiss" sname "Belgian" sname "Dutch" sname
  298. "Danish" sname "Norwegian" sname "Moroccan" sname "Mauritanian" sname
  299. "Senegalese" sname "Guinean" sname "Liberian" sname "Ghanan" sname
  300. "Nigerian" sname "Cameroon" sname "Gabonese" sname "Zairean" sname
  301. "Angolan" sname "Namibian" sname "South African" sname "Botswanan" sname
  302. "Mozambiquan" sname "Zimbabwean" sname "Zambian" sname "Tanzanian" sname
  303. "Rwandan" sname "Djiboutian" sname "Madagascaran" sname
  304. "Kenyan" sname "Ugandan" sname "Somalian" sname "Ethiopian" sname
  305. "Sudanese" sname "Egyptian" sname "Libyan" sname "Tunisian" sname
  306. "Algerian" sname "Syrian" sname "Lebanese" sname "Israeli" sname
  307. "Jordanian" sname "Saudi" sname "Yemeni" sname "Omani" sname
  308. "Kuwaiti" sname "Iraqi" sname "Iranian" sname "Afghan" sname
  309. "Pakistani" sname "Indian" sname "Nepalese" sname "Burmese" sname
  310. "Vietnamese" sname "Kampuchean" sname "Laotian" sname
  311. "Siamese" sname "Malaysian" sname "Indonesian" sname "Australian" sname
  312. "Micronesian" sname "Fijian" sname "Tongan" sname "Samoan" sname
  313. "Tahitian" sname "New Zealander" sname
  314. "Papuan" sname "Polynesian" sname "Filipino" sname "Japanese" sname
  315. "Korean" sname "Chinese" sname "Mongolian" sname "Tibetan" sname
  316.  
  317. ; The following names are derived from the Rand-McNally International Atlas
  318. ; and from their US road atlas.  Although nominally these could end up on
  319. ; any sort of unit, they are likely to be attached to city-like units only.
  320.  
  321. clear-unit-names
  322.  
  323. ; Soviet Union  
  324. "Uglegorsk" uname "Taganrog" uname "Kuzemino" uname "Igodovo" uname 
  325. "Izhevsk" uname "Leninskoye" uname "Zvenigorod" uname "Faustovo" uname 
  326. "Tokma" uname "Bolotnoje" uname "Pudino" uname "Predivinsk" uname 
  327. "Gotoputovo" uname "Stupino" uname 
  328. ; Japan  
  329. "Toyooka" uname "Kobayashi" uname "Kamiyahagi" uname "Fukude" uname 
  330. ; China  
  331. "Dandong" uname "Xingtai" uname "Xiaojiagang" uname "Wushu" uname 
  332. "Wutangjie" uname "Qingfeng" uname "Dushikou" uname "Huilong" uname 
  333. "Linyi" uname "Miaoyang" uname "Xinbo" uname "Bugt" uname 
  334. ; Indochina  
  335. "Tan-an" uname "Ban Khlong Kua" uname "Bo Phloi" uname "Thot-not" uname
  336. "Herbertabad" uname "Mong Pawn" uname "Roi Et" uname
  337. ; Indonesia  
  338. "Butong" uname "Lubukbertubung" uname "Moutong" uname "Gimpu" uname 
  339. "Waingapu" uname "Sindangbarang" uname "Kualakapuas" uname "Bongka" uname 
  340. "Salimbatu" uname "Bonggaw" uname "Baing" uname "Grokgak" uname 
  341. ; India  
  342. "Bap" uname "Meerut" uname "Harda" uname "Garwa" uname 
  343. "Digboi" uname "Kurnool" uname "Nirmal" uname "Coondapoor" uname 
  344. "Tetulbaria" uname "Maheshwar" uname "Paramagudi" uname "Bhakkar" uname 
  345. "Mungaoli" uname "Shorapur" uname "Channapatna" uname "Chilaw" uname 
  346. ; Middle East and Central Asia  
  347. "Bajandalaj" uname "Cogt-Ovoo" uname "Un't" uname "Ich-Uul" uname 
  348. "Yazd" uname "Samarkand" uname "Mashhad" uname "Chah Bahar" uname 
  349. "Jubbah" uname "Al-'Awsajiyah" uname "Kifri" uname "Kashgar" uname 
  350. "Chundzha" uname "Ushtobe" uname "Dzaamar" uname "Wadi Musa" uname 
  351. "Bogustan" uname "Gakuch" uname 
  352. ; Africa  
  353. "Pibor Post" uname "Umm Digulgulaya" uname "Umm Shalil" uname "Buzaymah" uname 
  354. "Gedo" uname "North Horr" uname "Todenyang" uname "Madadi" uname 
  355. "Ngetera" uname "Ouadda" uname "Mazoula" uname "Tiglit" uname 
  356. "Gummi" uname "Gbarnga" uname "Burutu" uname "Bafwabalinga" uname 
  357. "Goonda" uname "Ankoroka" uname "Vryburg" uname "Matuba" uname 
  358. "Bakouma" uname "El Idrissia" uname "Agadir" uname "Nungwe" uname 
  359. "Bunianga" uname "Ngali" uname "Nguiroungou" uname "Otukpa" uname 
  360. "Hell-Ville" uname "Morafenobe" uname "Tongobory" uname "Farafangana" uname 
  361. "Mungbere" uname "Haco" uname "Barbar" uname "Oulessebougou" uname
  362. ; Australia  
  363. "Nookawarra" uname "Bunbury" uname "Buckleboo" uname "Breeza Plains" uname 
  364. "Mistake Creek" uname "Boolaloo" uname "Yarloop" uname "Dubbo" uname 
  365. "Bushy Park" uname "Old Cork" uname "Cessnock" uname "Wagga Wagga" uname 
  366. "Mungar Junction" uname "Koolywirtie" uname "Wonthaggi" uname
  367. "Oatlands" uname "Bindebango" uname "Alice Springs" uname
  368. ; New Guinea  
  369. "Kwatisore" uname "Finschhafen" uname "Yobi" uname "Rumahtinggih" uname 
  370. ; USA  
  371. ; AL  
  372. "New Hope" uname "Hackleburg" uname 
  373. ; AK  
  374. "Kaktovik" uname "Fort Yukon" uname 
  375. ; AZ  
  376. "Benson" uname "Gila Bend" uname "Turkey Flat" uname "Tuba City" uname  
  377. "Wide Ruins" uname 
  378. ; AR  
  379. "Metalton" uname "Oil Trough" uname "Hackett" uname
  380. "Pea Ridge" uname "Magazine" uname "Toad Suck Ferry" uname
  381. "Romance" uname "Cabot" uname
  382. "Cammack Village" uname "Ozone" uname
  383. "Bald Knob" uname
  384. ; CA  
  385. "Burnt Ranch" uname "Calexico" uname "Eel Rock" uname "Gilroy" uname 
  386. "Joshua Tree" uname "Milpitas" uname "Mormon Bar" uname "Pumpkin Center" uname 
  387. "Death Valley Junction" uname "Toms Place" uname
  388. "Pinole" uname "Petaluma" uname 
  389. "Scotts Valley" uname "Whiskeytown" uname "Leucadia" uname "Lompoc" uname
  390. "Granada Hills" uname
  391. "Bonny Doon" uname "Yreka" uname
  392. "Santa's Village" uname
  393. ; CO  
  394. "Las Animas" uname "Silver Plume" uname 
  395. ; CT  
  396. "Upper Stepney" uname "Moosup" uname "Danbury" uname
  397. ; FL  
  398. "Yeehaw Junction" uname "Big Pine Key" uname 
  399. "Panacea" uname "Wewahitchka" uname "Estiffanulga" uname 
  400. ; GA  
  401. "Dixie Unameion" uname "Fowlstown" uname "Dacula" uname "Americus" uname 
  402. "Resaca" uname "Coming" uname
  403. ; HW  
  404. "Laupahoehoe" uname 
  405. ; ID  
  406. "Malad City" uname "Kootenai" uname 
  407. ; IL  
  408. "Farmer City" uname "Aroma Park" uname "Goreville" uname "Illiopolis" uname  
  409. "Mascoutah" uname "Metamora" uname "Metropolis" uname "New Boston" uname  
  410. "Pontoon Beach" uname "Romeoville" uname "Teutopolis" uname  
  411. ; IN  
  412. "Etan Green" uname "French Lick" uname "Loogootee" uname "Needmore" uname  
  413. "Ogden Dunes" uname "Oolitic" uname "Star City" uname  
  414. ; IA  
  415. "Coon Rapids" uname "Correctionville" uname "Grundy Center" uname
  416. "Lost Nation" uname "Ossian" uname "Sac City" uname  
  417. ; KA  
  418. "Countryside" uname "Mankato" uname "Pretty Prairie" uname  "Greeley" uname
  419. "Grouse Creek" uname
  420. ; KY  
  421. "Big Clifty" uname "Cloverport" uname "Druid Hills" uname "Fancy Farm" uname 
  422. "Hardburly" uname "Hardshell" uname "Horse Cave" uname "Pleasureville" uname 
  423. "Science Hill" uname "Sublimity City" uname "Watergap" uname 
  424. ; LA  
  425. "Bayou Goula" uname "Cut Off" uname "Hackberry" uname "Lutcher" uname 
  426. "Waggaman" uname 
  427. ; ME  
  428. "Veazie" uname "Madawaska" uname 
  429. ; MD  
  430. "Bestgate" uname "College Park" uname "Frostburg" uname "Pocomoke City" uname 
  431. "Port Deposit" uname "Pumphrey" uname "Tammany Manor" uname
  432. "Weems Creek" uname "Whiskey Bottom" uname "Hack Point" uname
  433. ; MA  
  434. "Assinippi" uname "Buzzards Bay" uname "Dorothy Pond" uname "Hopkinton" uname 
  435. "Housatonic" uname "Pigeon Cove" uname "Swampscott" uname "Gloucester" uname
  436. "Hyannis Port" uname "Ipswich" uname "Boxford" uname
  437. ; MI  
  438. "Bad Axe" uname "Brown City" uname "Cassopolis" uname "New Buffalo" uname 
  439. "Petoskey" uname "Ishpeming" uname "Ypsilanti" uname "Saugatuck" uname 
  440. ; Michigan UP (from Sandra Loosemore)  
  441. "Skanee" uname "Bruce Crossing" uname "Baraga" uname "Germfask" uname 
  442. "Assinins" uname "Tapiola" uname "Gaastra" uname "Bete Grise" uname 
  443. ; MN  
  444. "Ada" uname "Blue Earth" uname "Brainerd" uname "Eden Valley" uname  
  445. "Lino Lakes" uname "New Prague" uname "Sleepy Eye" uname "Waconia" uname  
  446. ; MS  
  447. "Bogue Chitto" uname "Buckatunna" uname "Guntown" uname "Picayune" uname 
  448. "Red Lick" uname "Senatobia" uname "Tie Plant" uname "Yazoo City" uname  
  449. ; MO  
  450. "Bourbon" uname "Doe Run" uname "Hayti" uname "Humansville" uname 
  451. "Lutesville" uname "Moberly" uname "New Madrid" uname "Peculiar" uname 
  452. "Sappington" uname "Vandalia" uname  
  453. ; MT  
  454. "Big Sandy" uname "Hungry Horse" uname 
  455. "Kalispell" uname  "East Missoula" uname
  456. ; NE
  457. "Hershey" uname "Loup City" uname 
  458. "Minatare" uname "Wahoo" uname  "Grainfield" uname
  459. ; NV  
  460. "Winnemucca" uname "Tonopah" uname "Jackpot" uname  
  461. ; NH  
  462. "Littleton" uname "Winnisquam" uname  
  463. ; NJ  
  464. "Cheesequake" uname "Freewood Acres" uname
  465. "Forked River" uname "Hoboken" uname "Succasunna" uname  
  466. "Maple Shade" uname "New Egypt" uname "Parsippany" uname "Ship Bottom" uname  
  467. ; NM  
  468. "Adobe Acres" uname "Cloudcroft" uname "Ruidoso" uname "Toadlena" uname  
  469. "Los Padillos" uname "Ojo Caliente" uname 
  470. ; NY  
  471. "Angola on the Lake" uname "Podunk" uname "Chili Center" uname
  472. "Aquebogue" uname "Muttontown" uname "Hicksville" uname 
  473. "Hoosick Falls" uname "Nyack" uname
  474. "Painted Post" uname "Peekskill" uname "Portville" uname  
  475. "Ronkonkoma" uname "Wappingers Falls" uname 
  476. "Sparrow Bush" uname "Swan Lake" uname
  477. ; NC  
  478. "Altamahaw" uname
  479. "Biltmore Forest" uname "Boger City" uname "Granite Quarry" uname  
  480. "High Shoals" uname "Lake Toxaway" uname
  481. "Scotland Neck" uname "Hiddenite" uname 
  482. "Mocksville" uname "Yadkinville" uname "Nags Head" uname 
  483. "Kill Devil Hills" uname "Rural Hall" uname  
  484. ; ND  
  485. "Cannon Ball" uname "Hoople" uname "Zap" uname  
  486. ; OH  
  487. "Academia" uname "Arcanum" uname "Blacklick Estates" uname "Blue Ball" uname  
  488. "Crooksville" uname "Dry Run" uname "Flushing" uname "Gratis" uname  
  489. "Lithopolis" uname "Mingo Junction" uname "Newton Falls" uname
  490. "New Straitsville" uname "Painesville" uname "Pepper Pike" uname 
  491. "Possum Woods" uname "Sahara Sands" uname  
  492. "Adena" uname
  493. ; OK  
  494. "Bowlegs" uname "Broken Arrow" uname "Fort Supply" uname "Drumright" uname 
  495. "Dill City" uname "Okay" uname "Hooker" uname  
  496. ; OR  
  497. "Condon" uname "Happy Valley" uname "Drain" uname "Junction City" uname 
  498. "Molalla" uname "Philomath" uname "Tillamook" uname "Wankers Corner" uname
  499. ; PA  
  500. "Atlasburg" uname "Beaver Meadows" uname "Birdsboro" uname "Daisytown" uname 
  501. "Fairless Hills" uname "Fairchance" uname "Kutztown" uname "Erdenheim" uname 
  502. "Hyndman" uname "Pringle" uname "Scalp Level" uname "Slickville" uname 
  503. "Zelienople" uname "Sugar Notch" uname "Toughkenamon" uname "Throop" uname 
  504. "Tire Hill" uname "Wormleysburg" uname "Oleopolis" uname
  505. "Oil City" uname "McKees Rocks" uname
  506. "Breezewood" uname "Blue Ball" uname "Virginville" uname
  507. ; RI  
  508. "Woonsocket" uname "Pawtucket" uname
  509. ; SC  
  510. "Due West" uname "Ninety Six" uname 
  511. "Travelers Rest" uname "Ware Shoals" uname  
  512. ; SD  
  513. "Deadwood" uname "Lower Brule" uname 
  514. "New Underwood" uname "Pickstown" uname 
  515. "Plankinton" uname "Tea" uname "Yankton" uname  
  516. ; TN  
  517. "Berry's Chapel" uname "Bulls Gap" uname "Cornersville" uname "Counce" uname 
  518. "Gilt Edge" uname "Grimsley" uname "Malesus" uname "Soddy-Daisy" uname  
  519. ; TX  
  520. "Bastrop" uname "New Braunfels" uname "Harlingen" uname "Dimock" uname 
  521. "Devils Elbow" uname "North Zulch" uname "Llano" uname "Fort Recovery" uname 
  522. "Arp" uname "Bovina" uname "Cut and Shoot" uname "College Station" uname 
  523. "Grurer" uname "Iraan" uname "Leming" uname "Harlingen" uname 
  524. "Muleshoe" uname "Munday" uname "Kermit" uname "La Grange" uname 
  525. "Ropesville" uname "Wink" uname "Yoakum" uname "Sourlake" uname  
  526. ; UT  
  527. "Delta" uname "Moab" uname "Nephi" uname "Loa" uname 
  528. "Moroni" uname "Orem" uname "Tooele" uname "Sigurd" uname 
  529. ; VT  
  530. "Bellows Falls" uname "Chester Depot" uname "Winooski" uname  
  531. ; VA  
  532. "Accotink" uname "Ben Hur" uname "Ferry Farms" uname "Disputanta" uname 
  533. "Dooms" uname "Sleepy Hollow" uname "Max Meadows" uname "Goochland" uname 
  534. "Rural Retreat" uname "Sandston" uname "Stanleytown" uname
  535. "Willis Wharf" uname "Stuarts Draft" uname 
  536. ; WA  
  537. "Black Diamond" uname "Carnation" uname "Cle Elum" uname "Cosmopolis" uname 
  538. "Darrington" uname "Enumclaw" uname "Forks" uname "Goose Prairie" uname 
  539. "Navy Yard City" uname "La Push" uname "Soap Lake" uname "Walla Walla" uname 
  540. "Sedro Woolley" uname "Pe Ell" uname "Ruston" uname  
  541. ; WV  
  542. "Barrackville" uname "Pocatalico" uname "Fort Gay" uname "Big Chimney" uname 
  543. "Nutter Fort" uname "Hometown" uname "Nitro" uname "Triadelphia" uname 
  544. "Star City" uname  
  545. ; WI  
  546. "Combined Locks" uname "Coon Valley" uname "Black Earth" uname
  547. "New Holstein" uname "Little Chute" uname "Wisconsin Dells" uname
  548. "Random Lake" uname "Sheboygan" uname "Nauwatosa" uname  
  549. "Spooner" uname "Baraboo" uname
  550. "Kickapoo" uname "Oshkosh" uname
  551. ; WY  
  552. "East Thermopolis" uname "Fort Washakie" uname "Paradise Valley" uname 
  553. ; Canada  
  554. "Sexsmith" uname "Squamish" uname "Fort Qu'Appelle" uname "Flin Flon" uname 
  555. "Moose Jaw" uname "Grand-Mere" uname "Great Village" uname "Pugwash" uname 
  556. "Chiliwack" uname "Cranbery Portage" uname  
  557. "Moosonee" uname "Joe Batt's Arm" uname "St.-Polycarpe" uname
  558. "Crabtree Mills" uname "Copper Cliff" uname "Uxbridge" uname 
  559. "Penetanguishene" uname "Boger City" uname "Drumheller" uname 
  560. "Port Blandford" uname "Hamtramck" uname
  561. ; USA?
  562. "Hackensack" uname "North Middleboro" uname "Fannettsburg" uname 
  563. "Corkscrew" uname "Boynton Beach" uname 
  564. "Belchertown" uname
  565. ; South America  
  566. "Huatabampo" uname "Zapotiltic" uname "Ipiranga" uname "Perseverancia" uname 
  567. "Bilwaskarma" uname "Aguadulce" uname
  568. "Albert Town" uname "Fuente de Oro" uname 
  569. "Pedras de Fogo" uname "Maxaranguape" uname "Comodoro Rivadavia" uname
  570. "Coribe" uname "Rossell y Rius" uname "General Alvear" uname
  571. "Ushaia" uname "Los Antiguos" uname "Puerto Alegre" uname "Quevedo" uname 
  572. ; Eastern Europe  
  573. "Kannonkoski" uname "Uusikaupunki" uname "Ulfborg" uname "Wloszczowa" uname 
  574. "Drohiczyn" uname "Vrchlabi" uname "Oroshaza" uname "Klagenfurt" uname 
  575. "Pisz" uname "Krokowa" uname "Partizanske" uname "Ozd" uname 
  576. "Jimbolia" uname "Peshkopi" uname "Galaxidhion" uname "Naxos" uname 
  577. ; Iceland
  578. "Thingvellir" uname "Honningsvag" uname "Vikna" uname "Jokkmokk" uname
  579. ; Scandinavia
  580. "Rimbo" uname "Kukkola" uname "Viitasaari" uname
  581. "Guderup" uname "Grindsted" uname "Store Andst" uname "Odder" uname 
  582. "Vrigstad" uname "Trollhaetten" uname "Kinsarvik" uname "Grimstad" uname 
  583. ; Ireland
  584. "Ballybunion" uname "Banagher" uname "Carncastle" uname
  585. ; Belgium
  586. "Lisp" uname "Knokke" uname "Bialy" uname "Bor" uname
  587. "Hel" uname "Puck" uname
  588. ; Germany
  589. "Diepholz" uname "Sangerhausen" uname "Biedenkopf" uname 
  590. "Mosbach" uname "Butzbach" uname "Goslar" uname "Studenka" uname
  591. "Slavonice" uname "Gouda" uname "Dokkum" uname "Oss" uname
  592. "Bad Bramstedt" uname "Dinkelsbuehl" uname "Hoogezand" uname 
  593. "Schoensee" uname "Fuerstenfeldbruck" uname 
  594. "Pfaffenhausen" uname "Namlos" uname "Bad Hall" uname
  595. "Consdorf" uname "Cloppenburg" uname "Bad Muskau" uname "Exing" uname
  596. ; France
  597. "Bois-d'Arcy" uname
  598. "Presles-en-Brie" uname "Silly-le-Long" uname "Saint-Witz" uname 
  599. "Limoux" uname "Crozon" uname "Guilvinec" uname "Poggibonsi" uname 
  600. "Pignans" uname "La Tour-du-Pin" uname "Roquefort" uname "Saint-Quentin" uname 
  601. ; Italy
  602. "Bobbio" uname "Viareggio" uname "Siderno" uname "Cortona" uname 
  603. ; Spain
  604. "Pedrogao Grande" uname "Villarcayo" uname "Alosno" uname "La Bisbal" uname 
  605. ; UK 
  606. "Cold Norton" uname "Potten End" uname "Battlesbridge" uname 
  607. "Fawkham Green" uname "Ysbyty Ystwyth" uname "Bletchley" uname
  608. "Llanbrynmair" uname "St Keverne" uname "Foxholes" uname 
  609. "Whitby" uname "Sutton-on-Sea" uname "Tweedmouth" uname "Wrexham" uname
  610. "Kirkwall" uname "Blair Atholl" uname "Inchbare" uname "Blackwaterfoot" uname 
  611. "Ramsgate" uname "Llantwit Major" uname "Minehead" uname "Buckfastleigh" uname 
  612. "Pocklington" uname "Robin Hood's Bay" uname "West Kilbride" uname
  613. "Inchnadamph" uname "North Tolsta" uname "Oykel Bridge" uname
  614. "Pangbourne" uname "Moreton-in-Marsh" uname "Wye" uname "Congresbury" uname
  615.  
  616. end
  617.